home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
gui
/
muibuilderv11.lha
/
muibuilder
/
mb
/
c
/
locale
/
Small_Example.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-06
|
256b
|
15 lines
struct ObjApp
{
APTR App;
APTR WI_smallexample;
APTR GROUP_ROOT_0;
APTR GR_lists;
APTR LV_label_0;
APTR LV_label_1;
APTR GR_grp_1;
APTR BT_ok;
APTR BT_cancel;
};
extern struct ObjApp * CreateApp( void );
extern void DisposeApp( struct ObjApp * );